Platform Explorer / Nuxeo Platform LTS 2016 8.10

Operation Services.SignPDFDocument (Sign PDF)

Description

Applies a digital signature to the PDF blob of the input document.
Operation id Services.SignPDFDocument
Category Services
Label Sign PDF
Requires
Since

Parameters

Name Description Type Required Default value
password string yes  
reason string yes  
username string yes  

Signature

Inputs document
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.signature.core.operations.SignPDFDocument
Contributing Component org.nuxeo.ecm.platform.signature.core.operations.contrib

JSON Definition

{
  "id" : "Services.SignPDFDocument",
  "label" : "Sign PDF",
  "category" : "Services",
  "requires" : null,
  "description" : "Applies a digital signature to the PDF blob of the input document.",
  "url" : "Services.SignPDFDocument",
  "signature" : [ "document", "blob" ],
  "params" : [ {
    "name" : "password",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "reason",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "username",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}